how to change text color using only html

42

how to change text color using only html -

<body>
  <p style="color:#FF0000";>Red paragraph text</p>
</body>

Comments

Submit
0 Comments